projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ead36
)
Check for setsid.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Dec 1993 01:43:19 +0000
(
01:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Dec 1993 01:43:19 +0000
(
01:43
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index b87171f79552cf576e93df15dfa28864b060d27d..bc5c3e8b3a367368dfe4bc1d2f9d3ef8dd9e3d12 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1273,7
+1273,7
@@
AC_ALLOCA
# logb and frexp are found in -lm on most systems.
AC_HAVE_LIBRARY(-lm)
-AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init)
+AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init
setsid
)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)